home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d16 / ttyfix.arc / README < prev    next >
Text File  |  1990-11-05  |  996b  |  26 lines

  1. ttyfix is a simple filter that fixes some of the problems with the
  2. Windows 3.0 Generic / Text Only printer driver.  The driver ends
  3. lines with the carriage return and line feed characters reversed,
  4. and makes a mess when you print justified paragraphs in Microsoft
  5. Word For Windows.
  6.  
  7. ttyfix is not a windows program (sorry, I don't have the development
  8. stuff from Microsoft to create windows programs).  To use it, you
  9. must first print your output to a file, then enter:
  10.  
  11.         ttyfix uglyfile > goodfile
  12.               or
  13.         ttyfix <uglyfile >goodfile
  14.  
  15. at the dos prompt.  Replace "uglyfile" with the name of the file
  16. containing your output from the Windows printer driver, and replace
  17. "goodfile" with the name of the new file.
  18.  
  19. ttyfix is written in Turbo-C 2.0.  The source code is included and
  20. you may modify it to suit your needs.  If your not a programmer or
  21. don't have a C compiler, you may be able to convince me to make
  22. changes if you ask nicely :>.
  23.  
  24. Dave Hayden
  25. CIS 71311,2732
  26.